Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Draw Contexts


Q3DrawContext_GetType

You can use the Q3DrawContext_GetType function to get the type of a draw context.

TQ3ObjectType Q3DrawContext_GetType (
TQ3DrawContextObject drawContext);
drawContext
A draw context object.
DESCRIPTION
The Q3DrawContext_GetType function returns, as its function result, the type of the draw context specified by the drawContext parameter. The types of draw contexts currently supported by QuickDraw 3D are defined by these constants:

kQ3DrawContextTypeMacintosh
kQ3DrawContextTypePixmap

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996